Platform Explorer / Nuxeo Platform LTS 2017 9.10

Component org.nuxeo.ecm.platform.relations.jena

Contributions

XML Source

<?xml version="1.0"?>
<component name="org.nuxeo.ecm.platform.relations.jena">

  <extension
    target="org.nuxeo.ecm.platform.relations.services.RelationService"
    point="graphtypes">
    <graphtype name="jena"
      class="org.nuxeo.ecm.platform.relations.jena.JenaGraph" />
    <graphtype name="jena-or-core"
      class="org.nuxeo.ecm.platform.relations.jena.JenaOrCoreGraphFactory" />
  </extension>

</component>